home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / DurationInspector.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  2.0 KB  |  139 lines

  1. BooleanInspector = {
  2.     ACTIONS = {
  3.     changeRepresentation:;
  4.     takeRepresentationFrom:;
  5.     };
  6.     OUTLETS = {
  7.     useSwitchMatrix;
  8.     };
  9.     SUPERCLASS = GeneralTextInspector;
  10. };
  11. MoneyInspector = {
  12.     ACTIONS = {
  13.     revert:;
  14.     changeFormat:;
  15.     ok:;
  16.     };
  17.     OUTLETS = {
  18.     formatMatrix;
  19.     generalTextInspector;
  20.     };
  21.     SUPERCLASS = Inspector;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. PictureInspector = {
  29.     SUPERCLASS = Inspector;
  30. };
  31. TextInspector = {
  32.     ACTIONS = {
  33.     changeIsScrollable:;
  34.     ok:;
  35.     changeUseRTF:;
  36.     revert:;
  37.     };
  38.     OUTLETS = {
  39.     useRTFSwitch;
  40.     generalTextInspector;
  41.     isScrollableSwitch;
  42.     };
  43.     SUPERCLASS = Inspector;
  44. };
  45. GeneralTextInspector = {
  46.     ACTIONS = {
  47.     takeBorderTypeFrom:;
  48.     changeBgGray:;
  49.     changeBorderType:;
  50.     takeBgGrayFrom:;
  51.     takeAlignmentFrom:;
  52.     takeTextGrayFrom:;
  53.     changeAlignment:;
  54.     changeTextGray:;
  55.     };
  56.     OUTLETS = {
  57.     bgGrayMatrix;
  58.     alignmentMatrix;
  59.     borderTypeMatrix;
  60.     textGrayMatrix;
  61.     textInspectorView;
  62.     };
  63.     SUPERCLASS = Inspector;
  64. };
  65. TimeInspector = {
  66.     ACTIONS = {
  67.     changeTimeString:;
  68.     };
  69.     OUTLETS = {
  70.     sampleField;
  71.     strftimeField;
  72.     cannedMatrix;
  73.     };
  74.     SUPERCLASS = InspectorDP;
  75. };
  76. GraphicInspector = {
  77.     SUPERCLASS = Inspector;
  78. };
  79. InspectorDP = {
  80.     ACTIONS = {
  81.     changeAppkitObjStyle:;
  82.     };
  83.     OUTLETS = {
  84.     messageField;
  85.     styleMatrix;
  86.     };
  87.     SUPERCLASS = Inspector;
  88. };
  89. DurationInspector = {
  90.     ACTIONS = {
  91.     changeDurationString:;
  92.     changeUseText:;
  93.     };
  94.     OUTLETS = {
  95.     sampleField;
  96.     useTextOrColonMatrix;
  97.     cannedMatrix;
  98.     };
  99.     SUPERCLASS = InspectorDP;
  100. };
  101. ValueInspector = {
  102.     ACTIONS = {
  103.     changeNumDecimals:;
  104.     };
  105.     OUTLETS = {
  106.     generalTextInspector;
  107.     numDecimals;
  108.     };
  109.     SUPERCLASS = Inspector;
  110. };
  111. Inspector = {
  112.     ACTIONS = {
  113.     revert:;
  114.     ok:;
  115.     };
  116.     OUTLETS = {
  117.     selectedGraphic;
  118.     panel;
  119.     controller;
  120.     graphicView;
  121.     slist;
  122.     };
  123.     SUPERCLASS = Object;
  124. };
  125. DateInspector = {
  126.     ACTIONS = {
  127.     changeFormat:;
  128.     ok:;
  129.     revert:;
  130.     changeIsFormatted:;
  131.     };
  132.     OUTLETS = {
  133.     isFormattedMatrix;
  134.     generalTextInspector;
  135.     formatMatrix;
  136.     };
  137.     SUPERCLASS = InspectorDP;
  138. };
  139.